mruby.numeric

Undocumented in source.

Members

Functions

mrb_fixnum_minus
mrb_value mrb_fixnum_minus(mrb_state* mrb, mrb_value x, mrb_value y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_fixnum_mul
mrb_value mrb_fixnum_mul(mrb_state* mrb, mrb_value x, mrb_value y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_fixnum_plus
mrb_value mrb_fixnum_plus(mrb_state* mrb, mrb_value x, mrb_value y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_fixnum_to_str
mrb_value mrb_fixnum_to_str(mrb_state* mrb, mrb_value x, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_flo_to_fixnum
mrb_value mrb_flo_to_fixnum(mrb_state* mrb, mrb_value val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_float_to_str
mrb_value mrb_float_to_str(mrb_state* mrb, mrb_value x, const(char)* fmt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_int_add_overflow
mrb_bool mrb_int_add_overflow(mrb_int augend, mrb_int addend, mrb_int* sum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_int_sub_overflow
mrb_bool mrb_int_sub_overflow(mrb_int minuend, mrb_int subtrahend, mrb_int* difference)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_num_div
mrb_value mrb_num_div(mrb_state* mrb, mrb_value x, mrb_value y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_to_flo
mrb_float mrb_to_flo(mrb_state* mrb, mrb_value x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta